setEnableColorGlyphs Method
In This Topic
Sets a flag indicating whether glyph color information is supported. Setting this property to true causes the font to load and parse the color related tables. Set this property to true when you want to create colored Type3 fonts from a TrueType font, for example for displaying emojis.
Syntax
public void setEnableColorGlyphs(
boolean
)
|
Parameters
- value
- True if color information should be loaded for glyphs. Default is false.
See Also